词语屋>英语词典>one at a time翻译和用法

one at a time

英 [wʌn æt ə taɪm]

美 [wʌn æt ə taɪm]

每次一个

英英释义

adv

双语例句

  • The factors method returns a list of numbers, so I'm processing the list one at a time, adding each element to the accumulating sum, which is the return value of reduce.
    factors方法会返回一个数字列表,因此我一次处理一个数字,将每个元素加入和中,该和数就是reduce的返回值。
  • The for loop iterates over the list of strings, printing them out one at a time.
    for循环在string列表上进行迭代,一次输出一行。
  • What's this bloke doing? Bringing them in one at a time?
    这家伙在干什么?一匹一匹带进来?
  • A Return Each statement effectively "unwraps" a collection, returning the values one at a time.
    而ReturnEach语句有效地“解开”一个集合,实现了一次就返回其中的所有值。
  • On a multipoint connection, the process where by data stations are invited one at a time to transmit.
    在多点连接电路上,一次邀请一个数据站传送(报文)的处理方法。
  • Pages are generated one at a time.
    每次将生成一页。
  • Solve our problems, one at a time.
    一个接着一个地解决问题。
  • It is wise to stagger the introduction of each supplement by2-3 days, introducing only one at a time and adding gradually.
    这是明智的错开2-3天,每一个补充的介绍,引入一次只能有一个,并逐步增加。
  • But he can only operate on one at a time.
    但是他一次只能给一个人做手术。
  • It is not necessary to initialize array elements one at a time, as in Listing 1.
    不必一次初始化一个阵列元素,如清单1所示。